home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 99 / CD-ROM 99 / CD-ROM 99.iso / internet / ieprivacykeeper / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-07-26  |  1.7 KB  |  41 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=IE Privacy Keeper
  4. AppVerName=IE Privacy Keeper 1.0
  5. AppId=UNHS-IEPK
  6. AppVersion=1.0
  7. AppPublisher=UnH Solutions, Inc.
  8. AppPublisherURL=http://www.unhsolutions.net
  9. AppSupportURL=http://www.unhsolutions.net
  10. AppUpdatesURL=http://www.unhsolutions.net
  11. DefaultDirName={pf}\UnH Solutions\IEPK
  12. DefaultGroupName=IE Privacy Keeper
  13. UninstallDisplayIcon={app}\PrivacyKeeper.exe
  14. UninstallDisplayName=IE Privacy Keeper 1.0
  15. OutputBaseFilename=setup
  16. Compression=zip
  17. PrivilegesRequired=poweruser
  18. AllowNoIcons=yes
  19. LicenseFile=embedded\License.txt
  20. InfoBeforeFile=embedded\InfoBefore.txt
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23. [Files]
  24. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\oleacc.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\IEPK.url"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\PrivacyKeeper.exe"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\IEPKbho.dll"; DestDir: "{app}"; Flags: regserver ignoreversion 
  29. [Run]
  30. Filename: "{app}\PrivacyKeeper.exe"; Parameters: "-register"; 
  31. Filename: "{app}\PrivacyKeeper.exe"; Description: "Run IE Privacy Keeper"; Flags: postinstall nowait
  32. Filename: "http://www.unhsolutions.net/?UNHCmp=IEPK"; Flags: shellexec nowait
  33. [UninstallRun]
  34. Filename: "{app}\PrivacyKeeper.exe"; Parameters: "-unregister"; 
  35. [Icons]
  36. Name: "{group}\IE Privacy Keeper"; Filename: "{app}\PrivacyKeeper.exe"; 
  37. Name: "{group}\IE Privacy Keeper on the Web"; Filename: "{app}\IEPK.url"; 
  38. Name: "{group}\Uninstall IE Privacy Keeper"; Filename: "{uninstallexe}"; 
  39. [UninstallDelete]
  40. Type: files; Name: "{app}"; 
  41.